Scheduler for WinRT
NavigateToAppointment(Boolean,Nullable<DateTime>) Method


If true, means the backward direction; forward direction otherwise.
The start System.DateTime point. If this parameter has no value, navigation will be performed starting from the SelectedDateTime property value.
Navigates the C1Scheduler control to the nearest C1.C1Schedule.Appointment.
Syntax
'Declaration
 
Public Overloads Function NavigateToAppointment( _
   ByVal previous As Boolean, _
   ByVal startTime As Nullable(Of Date) _
) As Boolean
'Usage
 
Dim instance As C1Scheduler
Dim previous As Boolean
Dim startTime As Nullable(Of Date)
Dim value As Boolean
 
value = instance.NavigateToAppointment(previous, startTime)
public bool NavigateToAppointment( 
   bool previous,
   Nullable<DateTime> startTime
)

Parameters

previous
If true, means the backward direction; forward direction otherwise.
startTime
The start System.DateTime point. If this parameter has no value, navigation will be performed starting from the SelectedDateTime property value.

Return Value

True if navigation has occurred; False if there are no appointments in the specified direction.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1Scheduler Class
C1Scheduler Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.